-
@khorwood-openai mentioned in another issue possibly replacing the current JS package with a TS version. I think most of the community would prefer that, since it's the only way to guarantee a solid D…
-
**Update:**
Following our discussion, we'll add the credential variables to the TOML. For each of those fields, we'll have the format `env::ENV_VAR_NAME` to read from. Later we can use prefixes for…
-
**1~3 main use cases of the proposed feature**
For now, it looks like the ai container only requests to OpenAI by api.openai.com. It would be great if the base url could be customized.
-
I noticed that the url in this crate is hardcoded, which currently only supports the official API endpoints of each AI service provider.
Would there be a plan to make the endpoint configurable? For…
-
Hiya,
i've been using Kiln for a bit with a supplied OpenAi Key.
But we all know that Cloud services are expensive and not very customizeable.
Hence why i'd have hoped for more Local support.
…
-
I have my `ENDPOINT` and `API_KEY`variables from Azure OpenAI.
The variables looks like this:
```
API_KEY = "XXXXXX"
ENDPOINT = "https://.openai.azure.com/openai/deployments/gpt-4o/chat/completion…
-
**Is your feature request related to a problem? Please describe.**
`chatGPTBox` currently can't use OpenAI's [o1 series reasoning models](https://platform.openai.com/docs/guides/reasoning/reasoning…
-
### Self Checks
- [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
- [X] I confirm that I am using English to su…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
My OpenAI API key starts with sk-proj- and is 164 characters long. And yet, when I paste into ChipiChat:
config set api_key sk-proj-
I get:
Failed to set configuration
Not a valid API key (…