Spaces:
Sleeping
Sleeping
fastapi==0.95.0 # FastAPI framework for building APIs | |
uvicorn==0.22.0 # ASGI server for running the FastAPI app | |
gradio==3.20.1 # Gradio for building the user interface | |
requests==2.28.1 # For making HTTP requests to the FastAPI server | |
langchain==0.0.200 # For working with language models | |
transformers==4.31.0 # Hugging Face's Transformers library for using models like LLaMA | |
#langchain-gemini or equivalent, if you are using any specific library for Gemini | |