omarash2016 commited on
Commit
bcb5475
·
verified ·
1 Parent(s): 401d4a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-120b"
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.