-
**Describe the bug 描述bug**
Error code: 403 - {'error': {'message': '免费API限制使用gpt-3.5-turbo,gpt-4 和 embeddings模型
,如有更多需求,请访问 https://buyca.tech 购买付费API。The free account is limited to use gpt-3.5-tu…
-
Here in git it says that it uses gpt 4o, but when testing the tool, it is at 3.5 turbo. Do I need to configure something to use 4o? Thank you very much!
-
Can you share the evaluation code for the EgoSchema benchmark, as well as the prompt you used for the LaViLa + GPT3.5 baselines?
-
-
# Week5 - Book2 : 이게 되네? 챗지피티 미친 활용법 51제 (Ch 11, 12)
## 과제: 보고서 작성 / PPT 템플릿 만들기 중 택1
1. 진행하고 있는 프로젝트나 본인이 관심을 가지고 있는 주제를 하나 선정하여 자유 형태로 보고서 작성
- GPT에게 역할과 미션 제시
- 최대한 여러 정보를 활용
- 표나 그래프를 …
-
-
const { G4F } = require("g4f");
const g4f = new G4F();
const messages = [
{ role: "user", content: "Hi, what's up?"}
];
const options = {
provider: g4f.providers.GPT,
model: "…
-
### The Feature
We would like a better way to handle error responses from the litellm proxy. Currently we get errors like this from the api:
```json
{
"error":{
"code":"400",
"message"…
-
I am testing a system prompt across multiple models.
```
import os
from braintrust import Eval, EvalCase, wrap_openai
from openai import OpenAI
from app.ai.utils import generate_app_instruc…
-
### Feature Description
Update OpenAI default model to use gpt-4o-mini from gpt-3.5-turbo
### Reason
_No response_
### Value of Feature
[According to OpenAI's documentation](https://platform.ope…