Geraldine commited on
Commit
d6a0da9
·
verified ·
1 Parent(s): 04f4640

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def create_groq_llm(model):
96
  def create_aws_ollama_llm():
97
  return ChatOllama(
98
  model="hf.co/Geraldine/FineLlama-3.2-3B-Instruct-ead-GGUF:Q5_K_M",
99
- base_url="http://129.80.86.176",
100
  temperature=0.1,
101
  max_tokens=None,
102
  timeout=None,
 
96
  def create_aws_ollama_llm():
97
  return ChatOllama(
98
  model="hf.co/Geraldine/FineLlama-3.2-3B-Instruct-ead-GGUF:Q5_K_M",
99
+ base_url="http://129.80.86.176:11434",
100
  temperature=0.1,
101
  max_tokens=None,
102
  timeout=None,