wwjCMP
wwjCMP
有时候一个视频集合有几十个视频,不能选集的话很麻烦
LM studio 是一款好用的本地大模型启动器,提供简单的api接口
如题,这样可以有效区分正文和生成内容
谷歌的免费模式
### Installation Method | 安装方法与平台 Docker-Compose(Windows/Mac) ### Version | 版本 Latest | 最新版 ### OS | 操作系统 Windows ### Describe the bug | 简述 我想问一下,怎么将openai的链接重定向到本地的服务。我在本地运行了下面链接的代理,可正常运行。但这里重定向失败。是设置的问题吗? API_URL_REDIRECT: ' "https://api.openai.com/v1/chat/completions": "http://localhost:8006/v1/chat/completions" '...
### Installation Method | 安装方法与平台 Docker-Compose(Windows/Mac) ### Version | 版本 Latest | 最新版 ### OS | 操作系统 Windows ### Describe the bug | 简述 参考 https://github.com/binary-husky/gpt_academic/wiki/%E7%AC%AC%E4%B8%89%E6%96%B9API%E2%80%90KEY%E6%8E%A5%E5%85%A5%E6%8C%87%E5%8D%97 进行自定义API_KEY设置,设置如下。但还是不行 API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmcmVzaCI6ZmFsc2UsImlhdCI6MTcxMzY3NDcwOSwianRpIjoiNjMzYTRmNDctNTkyZi00Nzg0LWI3N2ItZTc1Njk3YzdjZjIwIiwidHlwZSI6InJlZnJlc2giLCJzdWIiOiIxMWFiZDBjNThmNmM0NTIwODdiOTM1MzlkMzRjN2Q5YyIsIm5iZiI6MTcxMzY3NDcwOSwiZXhwIjoxNzI5MjI2NzA5LCJ1aWQiOiI2NWE2Nzk4MjU2M2M4ZTIyYzI1ODVlMDciLCJ1cGxhdGZvcm0iOiJwYyIsInJvbGVzIjpbInVuYXV0aGVkX3VzZXIiXX0.b6uPwHQyCqSt7DudakXD23Vqec9M2ZUU7efoOUy_rYw...
### What happened? def get_embeddings(): settings = BrainSettings() # pyright: ignore reportPrivateUsage=none if settings.ollama_api_base_url: embeddings = OllamaEmbeddings( model="ollama/nomic-embed-text:latest" ) # pyright: ignore reportPrivateUsage=none else: embeddings = OpenAIEmbeddings() # pyright: ignore...
### What happened? [A bug happened!](https://docs.quivr.app/developers/contribution/llm/ollama#ollama) I have added a custom model for ollama, but it still prompts the following error. "error":"model 'llama2' not found, try pulling it first" ...
如题
The API used is very long, and I'm not sure if that's what's causing the issue.