run-llama / LlamaIndexTS

LlamaIndex in TypeScript
https://ts.llamaindex.ai
MIT License
1.78k stars 339 forks source link

Add Azure OpenAI as a provider to create-llama #191

Open rmonvfer opened 10 months ago

rmonvfer commented 10 months ago

The integration of various Large Language Model (LLM) providers, including support for local models, appears to be an inevitable addition in the near future.

To facilitate this, I propose implementing an additional configuration step in the project creation process. This step would allow users to select their preferred model provider.

Subsequently, based on the chosen provider, the system would prompt for the specific environment variables necessary for that provider.

Nio-av commented 10 months ago

Would be great to see Support for Azure OpenAI!