iG8R
iG8R
@Abdullrahman-Dawaliby Yes, I can use only desired provider, in my case it is OpenaiChat. You can look at the logs I posted earlier. Also don't forget to check is your...
@hlohaus > Try to use "You" provider. It supports GPT-4 without auth. I tried to use the `You` provider, but it seems to be worse than `OpenaiChat` in terms of...
@Abdullrahman-Dawaliby To use `OpenaiChat` you need to log in to their site `auth0.openai.com`
@hlohaus Oh! Thanks a lot! Does it support several providers in URL parameters? E.g. `http://localhost:1337/v1/chat/completions?provider=You,OpenaiChat`
Unfortunately, something went wrong: ``` (venv) c:\gpt4free>g4f api --debug DEBUG INFO: Started server process [21076] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://0.0.0.0:1337 (Press...
I used the last build from the releases page - https://github.com/xtekky/gpt4free/archive/refs/tags/0.2.1.8.zip With this release https://github.com/xtekky/gpt4free/archive/refs/tags/0.2.1.6.zip everything is fine (obviously, I don't use the URL parameters, which is new in the...
@hlohaus Could you please write the request you used?
Some additional info: g4f log from the terminal ``` (venv) c:\gpt4free>g4f api --debug DEBUG INFO: Started server process [17712] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn...
> I tested this for example: > > ``` > from openai import OpenAI > > client = OpenAI( > api_key="asdf", > base_url="http://localhost:1337/v1" > ) > > response = client.chat.completions.create(...
The same with version 0.2.1.6. ``` (venv) c:\gpt4free>test.py In a realm where nature thrives, Stands a being that forever thrives. Its roots run deep, its branches reach high, A majestic...