Lynexn commited on
Commit
9ec12c7
1 Parent(s): 4598392

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
 
4
  # Load the model
5
- chatbot = pipeline("text-generation", model="aisak-ai/aisak-assistant")
6
 
7
  # Define the chat function
8
  def chat_with_ai(prompt):
 
2
  from transformers import pipeline
3
 
4
  # Load the model
5
+ chatbot = pipeline("text-generation", model="Xenova/gpt-3.5-turbo")
6
 
7
  # Define the chat function
8
  def chat_with_ai(prompt):