mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-04-23 10:09:11 +00:00
Update llm_config.py
added base url
This commit is contained in:
parent
ae2e26b1de
commit
7bce271585
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ LLM_CONFIG_OLLAMA = {
|
|||
|
||||
# New: LLM settings for OpenAI
|
||||
LLM_CONFIG_OPENAI = {
|
||||
"base_url": "https://api.openai.com/v1",
|
||||
"llm_type": "openai",
|
||||
"model_name": "gpt-4o-mini",
|
||||
"api_key": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue