openai-excel-functions
openai-excel-functions copied to clipboard
Create OpenAI chat completions from Excel formulas
 I followed the instructions to setup "sideloading" process under Windows 11 (in my case). The Add-in got added and call =OAI. and get completions etc. But every...
The OpenAI models are accessible via Azure via the same API requests/responses, however some additional path and query params are required/optional. These can be found [here](https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/chat_models/azure_openai.py). Organisations may be using...
To assist with evaluating prompts, in the same way as it's possible to retrieve cost, it would be useful to be able to retrieve timing information.
Calling the API can be expensive and time consuming. In many cases Excel deals with only calling it when necessary but there's also a long list of cases when it...
While waiting for a long completion, it may be useful to have some feedback on the progress of the API call. The built-in Excel behaviour is to show `#BUSY!` and...
The Excel formula bar is useful for viewing long formulas or long static text, without needing to adjust the cell size in the spreadsheet layout. There isn't however a way...
Currently prices need to be given for the canonical model name, e.g. `gpt-3.5-turbo-0613` It would be convenient not to have to specify the `-0613` part, or prefix/suffixes for fine-tuned models....