Shriyakupp commited on
Commit
0bd2896
·
verified ·
1 Parent(s): d4446e5

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -107,7 +107,7 @@ index.add(np.vstack(embeddings).astype("float32"))
107
  # --- API Input Model ---
108
  class QuestionInput(BaseModel):
109
  question: str
110
- image: str = None # Optional image input, unused here
111
 
112
  # --- AIPIPE API Configuration ---
113
  AIPIPE_URL = "https://aipipe.org/openrouter/v1/chat/completions"
 
107
  # --- API Input Model ---
108
  class QuestionInput(BaseModel):
109
  question: str
110
+ #image: str = None # Optional image input, unused here
111
 
112
  # --- AIPIPE API Configuration ---
113
  AIPIPE_URL = "https://aipipe.org/openrouter/v1/chat/completions"