UKURIKIYEYEZU commited on
Commit
30b4e97
·
verified ·
1 Parent(s): 6890dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -369,8 +369,8 @@ class OpenRouterLLM:
369
  try:
370
  completion = self.client.chat.completions.create(
371
  #model="deepseek/deepseek-r1-distill-llama-70b:free",
372
- #model="meta-llama/llama-3.3-70b-instruct:free",
373
- model="google/gemini-2.5-pro-exp-03-25:free",
374
  messages=[{"role": "user", "content": prompt}],
375
  stream=True
376
  )
@@ -581,7 +581,6 @@ def chatbot_interface():
581
 
582
  4. **Conversation Management**
583
  - Refer to {conversation_history} to maintain continuity and avoid repetition
584
- - Keep responses concise unless greater detail is explicitly requested
585
  - Use clear paragraph breaks for readability
586
 
587
  5. **Information Delivery**
 
369
  try:
370
  completion = self.client.chat.completions.create(
371
  #model="deepseek/deepseek-r1-distill-llama-70b:free",
372
+ model="meta-llama/llama-3.3-70b-instruct:free",
373
+ #model="google/gemini-2.5-pro-exp-03-25:free",
374
  messages=[{"role": "user", "content": prompt}],
375
  stream=True
376
  )
 
581
 
582
  4. **Conversation Management**
583
  - Refer to {conversation_history} to maintain continuity and avoid repetition
 
584
  - Use clear paragraph breaks for readability
585
 
586
  5. **Information Delivery**