-
Hi, Puter currently [hardcodes](https://github.com/HeyPuter/puter/blob/main/src/backend/src/modules/puterai/OpenAICompletionService.js#L195) the max input tokens for any chat completion request to 4k,…
-
I edited this part of code because i was trying the api with MindMac and other llm chat apps but it was difficult for me knowing if the selected model on the app was mapping to the right model on chat…
-
Hi
I'm saving the chat history to the postgresdb through data layer but when I'm doing the chat resume the history is not getting loaded but the chat title is coming up in the side bar and chat is a…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kong version (`$ kong version`)
Kong 3.8.0
### Current Behavior
Calls made when passing a URL to i…
-
### 🎯 Aim of the feature
Currently in preview GitHub Copilot added the functionality to select the LLM model you want to use in the response
![image](https://github.com/user-attachments/assets/c2341…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Windows
###…
fryng updated
2 weeks ago
-
Error:
openai.UnprocessableEntityError: Error code: 422 - {'detail': [{'loc': ['body', 'user'], 'msg': 'field required', 'type': 'value_error.missing'}
need to take this user from env and then se…
-
물론입니다! 코드를 자세하게 분석해 보겠습니다. 코드는 주식 데이터를 기반으로 관련 뉴스를 수집하고, 이 뉴스에서 핵심 키워드를 추출하여 주가 변동과 함께 시각화하는 작업을 수행합니다. 이 코드의 구성 요소와 작동 방식을 라이브러리 및 함수 설명을 포함해 단계별로 설명하겠습니다.
### 1. **필요한 라이브러리 임포트**
```python
i…
-
So that people will clearly see which LLMs work well with Letta and which do not.
Similar idea with
https://aider.chat/docs/leaderboards/
Meanwhile 'Berkeley Function-Calling Leaderboard' is…
-
Hello everyone.
I am trying to use this library with Azure's Cognitive OpenAi deployment. I am new to this stuff but after creating my openai resource and deployment it appears that the endpoint do…