Spaces:
Running
Running
[API] | |
anthropic_api_key = <anthropic_api_key> | |
anthropic_model = claude-3-sonnet-20240229 | |
cohere_api_key = <your_cohere_api_key> | |
cohere_model = command-r-plus | |
groq_api_key = <your_groq_api_key> | |
groq_model = llama3-70b-8192 | |
openai_api_key = <openai_api_key> | |
openai_model = gpt-4-turbo | |
huggingface_api_token = <huggingface_api_token> | |
huggingface_model = CohereForAI/c4ai-command-r-plus | |
openrouter_api_key = <openrouter_api_key> | |
openrouter_model = mistralai/mistral-7b-instruct:free | |
deepseek_api_key = <deepseek_api_key> | |
deepseek_model = deepseek-chat | |
[Local-API] | |
kobold_api_key = <kobold api key> | |
kobold_api_IP = http://127.0.0.1:5001/api/v1/generate | |
llama_api_key = <llama.cpp api key> | |
llama_api_IP = http://127.0.0.1:8080/completion | |
ooba_api_key = <ooba api key> | |
ooba_api_IP = http://127.0.0.1:5000/v1/chat/completions | |
tabby_api_IP = http://127.0.0.1:5000/v1/chat/completions | |
tabby_api_key = <tabbyapi key> | |
vllm_api_IP = http://127.0.0.1:8000/v1/chat/completions | |
vllm_model = <vllm model> | |
ollama_api_IP = http://127.0.0.1:11434/api/generate | |
ollama_api_key = <ollama api key> | |
ollama_model = <ollama model> | |