[Feature]: Add support for azure openai model (#372)

This commit is contained in:
Deshraj Yadav
2023-07-27 00:33:32 -07:00
committed by GitHub
parent 55bfd7cafe
commit 8c91b75b98
4 changed files with 29 additions and 1 deletions

View File

@@ -3,10 +3,11 @@
import unittest
from unittest.mock import patch
from chromadb.config import Settings
from embedchain import App
from embedchain.config import AppConfig
from embedchain.vectordb.chroma_db import ChromaDB, chromadb
from chromadb.config import Settings
class TestChromaDbHosts(unittest.TestCase):