emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/llm f7ec12d570: Add missing arguments to the README.org


From: ELPA Syncer
Subject: [elpa] externals/llm f7ec12d570: Add missing arguments to the README.org section on Azure (#104)
Date: Sun, 10 Nov 2024 12:58:28 -0500 (EST)

branch: externals/llm
commit f7ec12d5700b3c4a55bb7a7c2f51cf2683fe42fa
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: GitHub <noreply@github.com>

    Add missing arguments to the README.org section on Azure (#104)
---
 README.org | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.org b/README.org
index afb256526c..b42088bb79 100644
--- a/README.org
+++ b/README.org
@@ -41,6 +41,9 @@ There are many Open AI compatible APIs and proxies of Open 
AI.  You can set up o
 ** Azure's Open AI
 Microsoft Azure has an Open AI integration, although it doesn't support 
everything Open AI does, such as function calling.  You can set it up with 
~make-llm-azure~, with the following parameter:
 - ~:url~, the endpoint URL, such as "https://docs-test-001.openai.azure.com/";.
+- ~:key~, the Azure key for Azure OpenAI service.
+- ~:chat-model~, the  chat model, which must be deployed in Azure.
+- ~embedding-model~, the embedding model which must be deployed in Azure. 
 ** Gemini (not via Google Cloud)
 This is Google's AI model.  You can get an API key via their 
[[https://makersuite.google.com/app/apikey][page on Google AI Studio]].
 Set this up with ~make-llm-gemini~, with the following parameters:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]