redfernstech commited on
Commit
22b0671
·
verified ·
1 Parent(s): 204de46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ from gradio_client import Client
20
  # Define Pydantic model for incoming request body
21
  class MessageRequest(BaseModel):
22
  message: str
 
23
 
24
  repo_id = "meta-llama/Meta-Llama-3-8B-Instruct"
25
  llm_client = InferenceClient(
 
20
  # Define Pydantic model for incoming request body
21
  class MessageRequest(BaseModel):
22
  message: str
23
+ language: str
24
 
25
  repo_id = "meta-llama/Meta-Llama-3-8B-Instruct"
26
  llm_client = InferenceClient(