Spaces:
Sleeping
Sleeping
SalehAhmad
commited on
Commit
•
79a5ad2
1
Parent(s):
0797bc0
Upload app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ load_dotenv()
|
|
10 |
@st.cache_resource
|
11 |
def initialize_gpt():
|
12 |
bot = GitHubGPT()
|
13 |
-
bot.
|
|
|
14 |
return bot
|
15 |
|
16 |
gpt_bot = initialize_gpt()
|
|
|
10 |
@st.cache_resource
|
11 |
def initialize_gpt():
|
12 |
bot = GitHubGPT()
|
13 |
+
bot.add_repo('https://github.com/SaschaNe/creatify-app')
|
14 |
+
# bot.load_repo()
|
15 |
return bot
|
16 |
|
17 |
gpt_bot = initialize_gpt()
|