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
LLM type and model name: ollama qwen 2.5 coder 14b
System version: windows 11
Python version:Python 3.9.21
MetaGPT version or branch:
packages version:
installation method:
llm:
api_type: "ollama" # or azure / ollama / open_llm etc. Check LLMType for more options
model: "qwen2.5-coder:14b" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
base_url: "http://localhost:11434" # or forward url / other llm url
api_key: "YOUR_API_KEY"
Screenshots or logs
The text was updated successfully, but these errors were encountered:
For the configuration of ollama's config2.yaml, you can refer to this document: ollama-api
If it is a local ollama model, you can fill in any string, but it cannot be an empty string, left unfilled, or YOUR_API_KEY.
Bug description
Bug solved method
Environment information
llm:
api_type: "ollama" # or azure / ollama / open_llm etc. Check LLMType for more options
model: "qwen2.5-coder:14b" # or gpt-3.5-turbo-1106 / gpt-4-1106-preview
base_url: "http://localhost:11434" # or forward url / other llm url
api_key: "YOUR_API_KEY"
Screenshots or logs
The text was updated successfully, but these errors were encountered: