-
If I use GoogleGemini as LLM (see code in my forked version), the `main.rb` demo tends to give consistent 500s after a few invokations.
* It seems like either the API is rate limited, or maybe not
*…
-
I am getting this error when asking the question.
I am using python 3.9.6.
`python3 -m streamlit run app.py`
```
ValueError: The de-serialization relies loading a pickle file. Pickle files can …
-
```
$ rails c
> PalmLLM.summarize text: 'ciao'
=>
#
{"code"=>404,
"message"=>"Requested entity was not found.",
"status"=>"NOT_FOUND",
"details"=>
[{"@type"=>"type.g…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
Gemini Pro 免费使用站点
特点:
1,不需要登录直接使用
2,不需要自己搭建站点
3,支持文本和图片交互, 国内可以直接访问
![gemini4](https://github.com/ruanyf/weekly/assets/2204263/609d4301-2f08-4d81-9437-2fa4b0b10610)
网页链接:[https://googleg…
lchh5 updated
10 months ago
-
Maybe this can help your demo Andrei. I've done this for my demo in Verona and 4mo after its still good code :)
```ruby
require 'colorize'
module Langchain
module Messages
class G…
-
今天demo的网页,国内已经打不开了,哎
-
I was thinking of adding `summarize()` to GoogleGemini llm provider.
Code like this works locally:
```ruby
module Langchain
module LLM
class GoogleGemini
def summarize(text:)
…
-
Crashed after I refined my question.
Debug Data
| Property | Value |
| --- | --- |
| Name | ``"Wolfram/Chatbook"`` |
| Version | ``"1.5.0"`` |
| ReleaseID | ``"f6143fb833bd66de9b3d322fa4de…
-
* Docs: https://ai.google.dev/gemini-api/docs/embeddings#curl
API call should be:
```
curl "https://generativelanguage.googleapis.com/v1beta/models/text-embedding-004:embedContent?key=$GEMINI_A…