-
> The built-in AI can be used to generate new ideas and research questions from your Obsidian content to bridge the gaps identified. Only [InfraNodus](https://infranodus.com/) account is needed, OpenA…
-
Thanks for your wonderful project! Will your support OpenAI compatible API?
-
New API Review meeting has been requested.
**Service Name**: Azure OpenAI Service - Azure OpenAI Service
**Review Created By**: Jia Liu
**Review Date**: 11/13/2024 09:00 AM PT
**Release Plan**: [](ht…
-
### Describe the bug
```
const OriginalOpenAI = new OpenAI({
baseURL: process.env.OPENAI_BASE_URL,
apiKey: process.env.OPENAI_API_KEY,
})
const openai = observeOpenAI(OriginalOpenAI)
const …
-
Modified the config/gpt_config.env.template with the directions on page: https://github.com/e-m-b-a/emba/wiki/AI-supported-firmware-analysis
Then I copied the gpt_config.env.templage to gpt_config.…
-
Thanks for your interesting work, I want to generate some final jailbreak prompts for test, but I don't have openai API key and anthropic API key.
Are there any other ways (like locally available mod…
-
```sql
SELECT http_post(
'https://api.openai.com/v1/chat/completions',
headers => MAP {
'Content-Type': 'application/json',
'Accept': '*/*',
'Authorization': …
-
I and a number of folks use LLM providers that are not OpenAI but are "OpenAI compatible". The difference is that one typically provides
OPENAI_API_BASE_URL=https://some-llm-provider/api
OPENAI_API_…
-
code fails at
response = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=conversations[session_id],
max_tokens=200
)
where the error points to the version of openai. Sugge…
-
### Description
In the `chat-completion-accumulating` example under the `examples` folder, the `StreamOptions.IncludeUsage` option is missing. It should ideally be set to `true` as per the OpenAI doc…