Merge branch 'main' of https://huggingface.co/spaces/yannael/openai-assistant-wanderlust into main
Browse files
app.py
CHANGED
@@ -1,17 +1,11 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
-
"""OpenAI_Assistant_WanderLust.ipynb
|
3 |
-
|
4 |
-
Automatically generated by Colaboratory.
|
5 |
-
|
6 |
-
Original file is located at
|
7 |
-
https://colab.research.google.com/drive/1DLYjk07uQwF_Oqav1NtqMMCz_S2f0q8B
|
8 |
|
9 |
# OpenAI assistant Wanderlust
|
10 |
|
11 |
-
Basic recreation of OpenAI's DevDay Wanderlust demo app. It relies on Gradio and the new Assistants API.
|
12 |
|
13 |
-
This space is inspired by the implementation of Fanilo Andrianasolo using Streamlit - https://www.youtube.com/watch?v=tLeqCDKgEDU
|
14 |
-
"""
|
15 |
|
16 |
#!pip install -q -U gradio openai datasets
|
17 |
|
|
|
1 |
# -*- coding: utf-8 -*-
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
# OpenAI assistant Wanderlust
|
4 |
|
5 |
+
# Basic recreation of OpenAI's DevDay Wanderlust demo app. It relies on Gradio and the new Assistants API.
|
6 |
|
7 |
+
# This space is inspired by the implementation of Fanilo Andrianasolo using Streamlit - https://www.youtube.com/watch?v=tLeqCDKgEDU
|
8 |
+
#"""
|
9 |
|
10 |
#!pip install -q -U gradio openai datasets
|
11 |
|