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
let req = AssistantRequest::new(GPT4_1106_PREVIEW.to_string());
17
-
let req = req.clone().description("this is a test assistant".to_string());
17
+
let req = req
18
+
.clone()
19
+
.description("this is a test assistant".to_string());
18
20
let req = req.clone().instructions("You are a personal math tutor. When asked a question, write and run Python code to answer the question.".to_string());
0 commit comments