国产+高潮+在线,国产 av 仑乱内谢,www国产亚洲精品久久,51国产偷自视频区视频,成人午夜精品网站在线观看

webman/ai 讓其做動作后無響應

WJD

問題描述

這里寫描述
截圖

自已部署了一套webman/Ai的代碼,香港環(huán)境的服務器,其他的問答可以正常流程,但這種他就會卡死,無響應。

GPT內容:

rolePrompt: 
prompt: 幫我將content字段的內容翻譯一下,并按照content格式,放到新的translate字段中
context[0][role]: assistant
context[0][content]: 你好,我是AI助手,請問您需要什么幫助?
context[1][role]: user
context[1][content]: db.getCollection("digit_human_course").drop();
db.createCollection("digit_human_course");

// ----------------------------
// Documents of digit_human_course
// ----------------------------
db.getCollection("digit_human_course").insert([ {
    _id: ObjectId("64d257f1ed173012b22fa4f4"),
    member_id: NumberLong("109"),
    pid: NumberInt("2"),
    content: [
        {
            A: "Excuse me! Can you tell me where the nearest post office is?",
            B: "Sure! It's just around the corner. Take a left at the next intersection and you'll see it on your right."
        },
        {
            A: "Excuse me! Do you have a pen I can borrow?",
            B: "Of course! Here you go."
        },
        {
            A: "Excuse me! Is this seat taken?",
            B: "No, it's not. You can sit here."
        },
        {
            A: "Excuse me! Can you help me find the restroom?",
            B: "Certainly! Go straight ahead and you'll see it on your left."
        },
        {
            A: "Excuse me! Do you know what time the museum opens?",
            B: "I'm not sure, but I think it opens at 10 am."
        },
        {
            A: "Excuse me! Can you recommend a good restaurant in the area?",
            B: "Of course! There's a great Italian restaurant just down the street."
        },
        {
            A: "Excuse me! Do you have any vegetarian options on the menu?",
            B: "Yes, we do. We have a few vegetarian dishes you can choose from."
        },
        {
            A: "Excuse me! Can you help me with this math problem?",
            B: "Sure! What do you need help with?"
        },
        {
            A: "Excuse me! Is this the right bus stop for downtown?",
            B: "No, I'm afraid you're at the wrong stop. You need to go two blocks down."
        },
        {
            A: "",
            B: "Certainly! There's a ticket booth just across the street."
        }
    ],

    create_time: NumberInt("1691506673"),
    update_time: NumberInt("1691506673")
} ]);
這個是一份mongo數據表
context[2][role]: assistant
context[2][content]: 這是一個名為`digit_human_course`的MongoDB數據表。該表包含了一個名為`content`的字段,其中包含了一系列的對話內容。每個對話內容都有兩個字段,分別是`A`和`B`,表示兩個人之間的對話。除此之外,還有`member_id`、`pid`、`create_time`和`update_time`字段,分別表示成員ID、進程ID、創(chuàng)建時間和更新時間。
model: gpt-3.5-turbo-0613
apiKey: 
maxTokens: 2000
temperature: 0.5
1381 1 0
1個回答

walkor 打賞

可能是chatgpt理解有歧義,發(fā)下全部內容,我試下

  • WJD 2023-08-09

    群主,內容我更新到問題里面了

  • walkor 2023-08-09

    截圖
    官網測試正常,看看是不是設置了對話的什么參數。我用的默認參數如下
    截圖

  • WJD 2023-08-10

    這個參數并沒有調整

  • WJD 2023-08-10

    這邊感覺可能是GPT的問題,因為后續(xù)我也可以正常使用了

年代過于久遠,無法發(fā)表回答
??