A (very) simple, text only chatbot using Society AI inference endpoint
Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 42s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 42s
This commit is contained in:
parent
26d97b3f37
commit
34cb54f75d
2
app.py
2
app.py
@ -3,7 +3,7 @@ from openai import OpenAI
|
||||
|
||||
# Initialize the OpenAI client
|
||||
client = OpenAI(
|
||||
base_url='https://hub.societyai.com/models/llama-3-2-3b-test/openai/v1',
|
||||
base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1',
|
||||
)
|
||||
|
||||
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
||||
|
Loading…
x
Reference in New Issue
Block a user