tsilva commited on
Commit
c8f080b
·
verified ·
1 Parent(s): c4d4675

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. conda.yaml +15 -0
.gitignore CHANGED
@@ -173,3 +173,5 @@ cython_debug/
173
  # Logs
174
  logs/
175
  *.log
 
 
 
173
  # Logs
174
  logs/
175
  *.log
176
+
177
+ .gradio/
conda.yaml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: botty-mcbotface
2
+ channels:
3
+ - conda-forge
4
+ - defaults
5
+ dependencies:
6
+ - python=3.11
7
+ - pip
8
+ - pip:
9
+ - python-dotenv
10
+ - anthropic
11
+ - openai
12
+ - langchain
13
+ - googlemaps
14
+ - gradio>=5.0.0
15
+