周文青

Results 35 comments of 周文青

同样希望加入智谱AI的API支持,国内少有的免费API提供商

I have the same problem, don't know how to solve it.

for the `.array()` problem, I solve it in such way: change to `X.vector().array()` to `np.array(X.vector())` , `X` means `u` or other variables

> @ouening Using pytorch 0.3.1 will fix this. Yeah I know downgrading to 0.4 can fix it , but it's not the best solution. I think we should modify the...

7B model passed under the following environment: **Env**: PyTorch 1.11.0,Python 3.8(ubuntu20.04),Cuda 11.3 **GPU**: RTX A4000(16GB) * 1 **CPU**: 12 vCPU Intel(R) Xeon(R) Gold 5320 CPU @ 2.20GHz **RAM**: 32GB With...

(1)Please list the important equations that used in gas discharge. (Bard) ![image](https://github.com/sunner/ChatALL/assets/15122811/7f2cd427-2a2e-4be8-9480-ce85c072d77a) (2)如何用拉普拉斯变换求解微分方程?(LMSYS (chatglm-6b)) ![image](https://github.com/sunner/ChatALL/assets/15122811/8e5df602-c77a-4885-92f7-366e70bade32)

Thanks for your help! Your code runs well. But the code below still encounters problem: ```python import os from crewai import Agent, Task, Crew, Process from crewai_tools import DirectoryReadTool, FileReadTool,...

It seems that Ollama's embedding, such as nomic-embed-text, is not currently supported. I tried using other free APIs, such as Gemini, but they all failed, and detailed documentation on the...

> You could use openai model to call groq. > > ![image](https://private-user-images.githubusercontent.com/134578340/325105233-b820228d-6744-4f56-a135-c5eb0ea38212.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTM5NzUyOTUsIm5iZiI6MTcxMzk3NDk5NSwicGF0aCI6Ii8xMzQ1NzgzNDAvMzI1MTA1MjMzLWI4MjAyMjhkLTY3NDQtNGY1Ni1hMTM1LWM1ZWIwZWEzODIxMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwNDI0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDQyNFQxNjA5NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kMGE4YTAwODg3ZGZlMTkxZWU0ZDRhNzg3YTU1NWY3NWIwOTA2MjIwMWFlYzk0NGRkNGVhYTgzOTQ4NjFjYzg0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.Omg7kh0VPab7HAvNp1lG_I0S7kXybMcaoARQUXw5GFw) 厉害了,之前按照groq官网的介绍base url使用`https://api.groq.com/openai/v1`死活连不上,按照您的配置进行设置就没问题,chatbox就可以愉快地使用groq、Gemini和ollama模型了,对比了好多其他的UI(jan、open-webui、nextchat、lobechat等)还是这个chatbox稳定好用