You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"system_prompt": "You are an intelligent assistant for question-answering about ServiceStack Software. Try to answer questions using the provided context. If a response has no references in the provided context, politely say you do not have knowledge about that topic.",
66
-
"max_bytes": 16384
67
-
}'
82
+
# Retry logic for creating/updating conversation model
if curl -s -X POST 'https://search.docs.servicestack.net/conversations/models' \
86
+
-H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" \
87
+
-H 'Content-Type: application/json' \
88
+
-d '{
89
+
"id": "conv-model-1",
90
+
"model_name": "google/gemini-flash-latest",
91
+
"history_collection": "conversation_store",
92
+
"api_key": "'"${GOOGLE_API_KEY}"'",
93
+
"system_prompt": "You are an intelligent assistant for question-answering about ServiceStack Software. Try to answer questions using the provided context. If a response has no references in the provided context, politely say you do not have knowledge about that topic.",
0 commit comments