Omar Solano commited on
Commit
1a0181e
Β·
1 Parent(s): a393007

udpate openai version

Browse files
Files changed (1) hide show
  1. notebooks/01-Basic_Tutor.ipynb +1 -1
notebooks/01-Basic_Tutor.ipynb CHANGED
@@ -27,7 +27,7 @@
27
  },
28
  "outputs": [],
29
  "source": [
30
- "!pip install -q openai==1.6.0 cohere==4.39 tiktoken==0.5.2"
31
  ]
32
  },
33
  {
 
27
  },
28
  "outputs": [],
29
  "source": [
30
+ "!pip install -q openai==1.12.0 cohere==4.39 tiktoken==0.5.2"
31
  ]
32
  },
33
  {