rmjones commited on
Commit
7c38e25
·
verified ·
1 Parent(s): e78afe0

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -0
agent.py CHANGED
@@ -114,6 +114,7 @@ class BasicAgent:
114
  model_id = "ollama_chat/llama3:8b-instruct-q8_0"
115
  model = LiteLLMModel(
116
  model_id=model_id,
 
117
  num_ctx=8192
118
  )
119
  tools = [
 
114
  model_id = "ollama_chat/llama3:8b-instruct-q8_0"
115
  model = LiteLLMModel(
116
  model_id=model_id,
117
+ api_key='ollama',
118
  num_ctx=8192
119
  )
120
  tools = [