whymath commited on
Commit
e95e366
·
1 Parent(s): 33018a6

Updating assitant with tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ client = AsyncOpenAI()
23
  assistant = OpenAIAssistantRunnable.create_assistant(
24
  name="T2L Virtual Student",
25
  instructions=instructions,
26
- # tools=[{"type": "code_interpreter"}],
27
  model="gpt-3.5-turbo",
28
  )
29
  print("assistant =", assistant)
 
23
  assistant = OpenAIAssistantRunnable.create_assistant(
24
  name="T2L Virtual Student",
25
  instructions=instructions,
26
+ tools=[{"type": "code_interpreter"}],
27
  model="gpt-3.5-turbo",
28
  )
29
  print("assistant =", assistant)