Dhahlan2000 commited on
Commit
9a4e60d
·
verified ·
1 Parent(s): ce003c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def respond(
54
 
55
  # Stream response tokens from the chat completion API
56
  for message_chunk in client.chat_completion(
57
- model = "google/gemma-2b-it"
58
  messages=messages,
59
  max_tokens=max_tokens,
60
  stream=True,
 
54
 
55
  # Stream response tokens from the chat completion API
56
  for message_chunk in client.chat_completion(
57
+ model = "google/gemma-2b-it",
58
  messages=messages,
59
  max_tokens=max_tokens,
60
  stream=True,