-
We need a nextjs 13 chatbot interface, it should just be a very simple text input at the bottom of the screen with a white background. The text responses should be centred. We will be using OpenAI's G…
-
hi,
when trying to generate commit messages with OpenAI API.
The problem is with package-lock.json file so if you wan to reproduce it as a problem.
[package-lock.json](https://github.com/user-a…
-
Checklist
- [X] Create `gateway/internal/provider/huggingface/huggingface.go` ✓ https://github.com/uniAIDevs/ai/commit/60911bdcddb9e8d725b85d2cf0f8421262fce932 [Edit](https://github.com/uniAIDevs…
-
Checklist
- [X] Modify `upsonic_on_prem/utils/ai/ai.py` ✓ https://github.com/Upsonic/On-Prem/commit/80d2fda59906c473dcf52e06587a74d1b4439172 [Edit](https://github.com/Upsonic/On-Prem/edit/sweep/c…
-
Checklist
- [X] Modify `src/vdf_io/import_vdf/lancedb_import.py` ✓ https://github.com/AI-Northstar-Tech/vector-io/commit/f168003cd3994a1082afd1126b665682b0d852f8 [Edit](https://github.com/AI-Nort…
-
I forked both pico-ice and pico-ice-sdk on 07/25/24.
At this time I created branches test-dev in both pico-ice and pico-ice-sdk.
pico-ice
commit 12eea8225a31b25d940c23973c7ff457b6d6097a (origin/m…
-
Reduce code duplication as much as possible in `lib/models/llm/openai-llm-list.ts`.
Use 1 variable for `modelId` and `hostedId` type `OpenAILLMID`.
-
Refactor every *-llm-list.ts file the same way as `lib/models/llm/openai-llm-list.ts`.
Files: `lib/models/llm/anthropic-llm-list.ts`, `lib/models/llm/google-llm-list.ts`, `lib/models/llm/groq-llm-lis…
-
Add the ability to select the gpt-4o-mini llm in the top right corner.
Pricing: $0.15/$0.60.
-
## Bug description
The preprompt is missing in the rendered chat prompt when a user inputs a message. The expected behavior is for the preprompt to appear before the user's message, but it does no…