Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -4,7 +4,7 @@ from fastapi import FastAPI, Request, HTTPException
|
|
| 4 |
from fastapi.middleware.cors import CORSMiddleware
|
| 5 |
from pydantic import BaseModel
|
| 6 |
import httpx
|
| 7 |
-
from
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
from huggingface_hub import hf_hub_download
|
| 10 |
from llama_cpp import Llama
|
|
|
|
| 4 |
from fastapi.middleware.cors import CORSMiddleware
|
| 5 |
from pydantic import BaseModel
|
| 6 |
import httpx
|
| 7 |
+
from ddgs import DDGS
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
from huggingface_hub import hf_hub_download
|
| 10 |
from llama_cpp import Llama
|