Update app.py
Browse files
app.py
CHANGED
|
@@ -11,8 +11,8 @@ from langchain_core.messages import HumanMessage, SystemMessage
|
|
| 11 |
# --- Configuration ---
|
| 12 |
NEBIUS_API_KEY = os.getenv("NEBIUS_API_KEY")
|
| 13 |
NEBIUS_BASE_URL = "https://api.studio.nebius.ai/v1/"
|
| 14 |
-
MODEL_NAME = "openai/gpt-oss-
|
| 15 |
-
|
| 16 |
# --- System Prompt ---
|
| 17 |
SYSTEM_PROMPT = """You are a 'Vibe Coding' Python Tutor.
|
| 18 |
Your goal is to teach by DOING and then providing resources.
|
|
|
|
| 11 |
# --- Configuration ---
|
| 12 |
NEBIUS_API_KEY = os.getenv("NEBIUS_API_KEY")
|
| 13 |
NEBIUS_BASE_URL = "https://api.studio.nebius.ai/v1/"
|
| 14 |
+
MODEL_NAME = "openai/gpt-oss-20b"
|
| 15 |
+
# --- openai/gpt-oss-120b ---
|
| 16 |
# --- System Prompt ---
|
| 17 |
SYSTEM_PROMPT = """You are a 'Vibe Coding' Python Tutor.
|
| 18 |
Your goal is to teach by DOING and then providing resources.
|