generated from society-ai/simple-chatbot-openai
Meet your cheerful chat buddy! This app is your optimistic friend who always sees the bright side. From everyday questions to life’s big moments, get uplifting responses and positive vibes that’ll make you smile, no matter what you’re asking about!
Update app.py
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 1m2s
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 1m2s
This commit is contained in:
parent
69252e50a4
commit
24968ee3b9
2
app.py
2
app.py
@ -4,7 +4,7 @@ from openai import OpenAI
|
|||||||
# Initialize the OpenAI client
|
# Initialize the OpenAI client
|
||||||
client = OpenAI(
|
client = OpenAI(
|
||||||
api_key="EMPTY",
|
api_key="EMPTY",
|
||||||
base_url='https://llama-3-2-3b.societyai.com/openai/v1',
|
base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1',
|
||||||
)
|
)
|
||||||
|
|
||||||
# Define the system prompt to set the context or behavior of the LLM
|
# Define the system prompt to set the context or behavior of the LLM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user