[Bug fix]: Fix issue of OPENAI_API_BASE env variable being mandatory (#1305)

This commit is contained in:
Deshraj Yadav
2024-03-05 14:07:44 -08:00
committed by GitHub
parent 4428768eaa
commit 4dc5c7348f
3 changed files with 8 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "embedchain"
version = "0.1.93"
version = "0.1.94"
description = "Simplest open source retrieval(RAG) framework"
authors = [
"Taranjeet Singh <taranjeet@embedchain.ai>",