openai-excel-functions icon indicating copy to clipboard operation
openai-excel-functions copied to clipboard

Create OpenAI chat completions from Excel formulas

Results 7 openai-excel-functions issues
Sort by recently updated
recently updated
newest added

![Screenshot 2024-03-09 195738](https://github.com/robatwilliams/openai-excel-functions/assets/15969594/d73438c1-9072-40e9-aa1e-e2bd943f6e59) 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...

enhancement

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.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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....

enhancement