mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-05 18:20:35 -08:00
- Removed empty string mapping from model_map in AnyModelProviderMixin. - Updated clean_name function to exclude 'chat' from version patterns. - Added stream_timeout parameter to AsyncGeneratorProvider for more flexible timeout handling. - Enhanced chunk yielding in AsyncAuthedProvider to support stream_timeout, allowing for better control over asynchronous responses.
19 lines
367 B
Bash
19 lines
367 B
Bash
# Rename this file to .env and copy it to your cookies directory
|
|
# Update the API_KEY and other variables as needed
|
|
|
|
G4F_API_KEY=
|
|
G4F_PROXY=
|
|
G4F_TIMEOUT=
|
|
G4F_STREAM_TIMEOUT
|
|
|
|
HUGGINGFACE_API_KEY=
|
|
POLLINATIONS_API_KEY=
|
|
GEMINI_API_KEY=
|
|
TOGETHER_API_KEY=
|
|
DEEPINFRA_API_KEY=
|
|
OPENAI_API_KEY=
|
|
GROQ_API_KEY=
|
|
OPENROUTER_API_KEY=
|
|
OLLAMA_API_KEY=
|
|
NVIDIA_API_KEY=
|
|
PUTER_API_KEY=
|