Update Sadhguru AI code (#1037)

This commit is contained in:
Deshraj Yadav
2023-12-20 17:11:59 +05:30
committed by GitHub
parent 43926fb527
commit 7ee2d0653b
5 changed files with 15 additions and 65 deletions

View File

@@ -1,8 +1,8 @@
from dotenv import load_dotenv
from fastapi import FastAPI, responses
from pydantic import BaseModel
from embedchain import Pipeline
from dotenv import load_dotenv
load_dotenv(".env")