-
Now that multiple external LLMs are supported through the OpenAI API:
1. Allow for creating `_model_info` as a class variable in `OpenAIChatCompletionClient` to support external models through the O…
-
```
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1. Using https://www.google.com/jsapi
2. Using https://www.google.com/uds/?…
-
Hello! Tried to use vuetify-nuxt-module in layer and include it in parent project, got error while running yarn dev:
Function that causes error
node_modules/.c12/gitlab_ecofinance_frontend_3e…
-
## 🐛 Bug Report
Hi guys,
I have the following files
`AdminAPI.proto`:
```proto
syntax = "proto3";
option go_package = "./admin";
package admin;
import "google/protobuf/empty.proto";
…
lo00l updated
1 month ago
-
AI can generate any output you like - let's add an option to export structured data. In that case we should have like "download" in the chat message - or add it to the `extra` or even an attachment (?…
pkarw updated
1 month ago
-
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.co…
-
## Week 1
- [ ] Go fundamentals
- [ ] Typescript fundamentals
- [ ] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [ ] Testing fundame…
-
**The problem/use-case that the feature addresses**
Allow Valkey user to perform conditional update to a key based on certain condition like matches old value/checksum. This should ideally be suppo…
-
### Description of the bug:
## Description
I'm consistently encountering an Internal Server Error (HTTP 500) when trying to use the Google Gemini API through the Inspect evaluation framework. This…
-
### System Info
python==3.11.7
### 🐛 Describe the bug
from pandasai.llm import GooglePalm
llm = GooglePalm(api_key=GOOGLE_API_KEY)
db = Agent([scm_vc, scm_rev], config={"llm": llm})
have two…