botty-mcbotface / conda.yaml
tsilva's picture
Upload folder using huggingface_hub
c8f080b verified
raw
history blame
211 Bytes
name: botty-mcbotface
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- pip:
- python-dotenv
- anthropic
- openai
- langchain
- googlemaps
- gradio>=5.0.0