You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import logging
logger = logging.getLogger(__name__)
logging.basicConfig(filename='mylog.log', encoding='utf-8', level=logging.INFO)
logger.info("Anfrage: "+str(System) + " "+str(Prompt)) #System and Prompt sent to the ai
INFO:openai._base_client:Retrying request to /chat/completions in 0.404439 seconds
INFO:openai._base_client:Retrying request to /chat/completions in 0.981867 seconds
to every request after a while even though at the beginning it works.
Version
llamafile v0.8.9
What operating system are you seeing the problem on?
Linux
The text was updated successfully, but these errors were encountered:
What happened?
I am using
and
And I get
to every request after a while even though at the beginning it works.
Version
llamafile v0.8.9
What operating system are you seeing the problem on?
Linux
The text was updated successfully, but these errors were encountered: