Daemontatox commited on
Commit
18c782e
·
verified ·
1 Parent(s): 5a015e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -163,7 +163,7 @@ def log_to_qdrant(question: str, answer: str):
163
 
164
  llm = ChatOpenAI(
165
  base_url="https://openrouter.ai/api/v1",
166
- model="z-ai/glm-4.5-air:free",
167
  api_key=OPENAPI_KEY,# if you prefer to pass api key in directly instaed of using env vars
168
  temperature=0.2,
169
  max_tokens=None,
@@ -347,11 +347,11 @@ def clear_chat():
347
  # Gradio Interface
348
  with gr.Blocks() as iface:
349
  gr.Image("Image.jpg", width=900, height=250, show_label=False, show_download_button=False)
350
- gr.Markdown("# MaxWell Q")
351
  gr.Markdown('### Patch notes')
352
  gr.Markdown("""
353
 
354
- **New Human Like Custom Language Model**
355
 
356
  """)
357
 
 
163
 
164
  llm = ChatOpenAI(
165
  base_url="https://openrouter.ai/api/v1",
166
+ model="deepseek/deepseek-chat-v3.1:free",
167
  api_key=OPENAPI_KEY,# if you prefer to pass api key in directly instaed of using env vars
168
  temperature=0.2,
169
  max_tokens=None,
 
347
  # Gradio Interface
348
  with gr.Blocks() as iface:
349
  gr.Image("Image.jpg", width=900, height=250, show_label=False, show_download_button=False)
350
+ gr.Markdown("# MaxWell D3.1")
351
  gr.Markdown('### Patch notes')
352
  gr.Markdown("""
353
 
354
+ **New Hybrid thinking model for better clarity and answers**
355
 
356
  """)
357