mgetz commited on
Commit
567e76e
·
verified ·
1 Parent(s): 45163d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
  import gradio as gr
7
  import random
8
 
9
- client=InferenceClient("gpt-3.5-turbo")
10
  #STEP 2 from semantic search (read file)
11
  # Open the water_cycle.txt file in read mode with UTF-8 encoding
12
  with open("physics_info.txt", "r", encoding="utf-8") as file:
 
6
  import gradio as gr
7
  import random
8
 
9
+ client=InferenceClient("openchat/openchat-3.5-0106")
10
  #STEP 2 from semantic search (read file)
11
  # Open the water_cycle.txt file in read mode with UTF-8 encoding
12
  with open("physics_info.txt", "r", encoding="utf-8") as file: