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 27s

This commit is contained in:
Hezi Aharon 2024-12-04 07:34:41 +00:00
parent 1526eae695
commit 56c7d46f35

4
app.py

@ -3,8 +3,8 @@ from openai import OpenAI
# Initialize the OpenAI client
client = OpenAI(
api_key='EMPTY',
base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1',
api_key="EMPTY",
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