标题: gpt-5.1简直就是gpt-5+gemini-2.5-pro,太棒力 :face_savoring_food:
作者: #ZHEN
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1170604
时间: 2025-11-14 18:28:58
摘要:
作者: #ZHEN
板块: #搞七捻三
编号:
1170604帖子: https://linux.do/t/topic/1170604
时间: 2025-11-14 18:28:58
摘要:
[!note]-gpt-5.1-high
[!note]-gpt-5-high
[!note]-gemini-2.5-pro
同样的参数设置,只有gpt-5.1调用了工具,而且更加贴合我的知识库内容;
gpt-5的话完全看不进去;
gemini-2.5-pro虽然解释的确实生动,但是由于没有执行工具,回复的内容广度和深度都差了些。
爽用gpt-5.1,终于不用先gpt-5说一通怪话然后让gemini解释了
标题: 为什么发不了贴啊😭
作者: #yu0922
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1170605
时间: 2025-11-14 18:28:59
摘要:
作者: #yu0922
板块: #开发调优
编号:
1170605帖子: https://linux.do/t/topic/1170605
时间: 2025-11-14 18:28:59
摘要:
想问问改剧本的话gpt好用还是claude和哈基米好用,写了一大段测评但是发不出去,是因为写了敏感词吗……
所以求助一下一般哪个比较适合改剧本和写代码啊 我是做独立游戏的
标题: 【纯水】和gemini玩海龟汤它怎么四句就猜出来了!
作者: #吱吱喳喳
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1170627
时间: 2025-11-14 18:35:48
摘要:
作者: #吱吱喳喳
板块: #搞七捻三
编号:
1170627帖子: https://linux.do/t/topic/1170627
时间: 2025-11-14 18:35:48
摘要:
我和我朋友玩了二十多分钟呃呃啊啊结果它四句就猜出来了,不是说gemini最近不聪明嘛
都是骗我的wwww
标题: 新人注册,分享一个刚做好的Cursor试用账号,需要的佬可以自取
作者: #peyton
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1170629
时间: 2025-11-14 18:36:15
摘要:
作者: #peyton
板块: #福利羊毛
编号:
1170629帖子: https://linux.do/t/topic/1170629
时间: 2025-11-14 18:36:15
摘要:
user_01K9Y00GED9653H1AX3215FBFE%3A%3AeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhdXRoMHx1c2VyXzAxSzlZMDBHRUQ5NjUzSDFBWDMyMTVGQkZFIiwidGltZSI6IjE3NjMwMTcxOTEiLCJyYW5kb21uZXNzIjoiNDgzZDg5OGYtZTZiNy00MDE4IiwiZXhwIjoxNzY4MjAxMTkxLCJpc3MiOiJodHRwczovL2F1dGhlbnRpY2F0aW9uLmN1cnNvci5zaCIsInNjb3BlIjoib3BlbmlkIHByb2ZpbGUgZW1haWwgb2ZmbGluZV9hY2Nlc3MiLCJhdWQiOiJodHRwczovL2N1cnNvci5jb20iLCJ0eXBlIjoid2ViIn0.PdJ1cCzxOL-Ksr–v1UtWZQAwoLhf2jvRcgnGNOYM5Q
标题: 撑着年轻,技能学习推荐
作者: #tember
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1170633
时间: 2025-11-14 18:37:24
摘要:
作者: #tember
板块: #搞七捻三
编号:
1170633帖子: https://linux.do/t/topic/1170633
时间: 2025-11-14 18:37:24
摘要:
大佬们好!目前现在秋招已经结束,现在想要找些东西做做,目前考虑健身,学习一下理财,或者视频剪辑之类的东西,后面正式工作之后还得学习一下做饭,想问问佬有什么推荐学习的技能吗
标题: 连不上connect.linuxdo.org
作者: #ACK握手失败
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1170684
时间: 2025-11-14 18:49:42
摘要:
作者: #ACK握手失败
板块: #开发调优
编号:
1170684帖子: https://linux.do/t/topic/1170684
时间: 2025-11-14 18:49:42
摘要:
如题,我有一个docker容器new-api,宿主机可以ping通,进入docker容器内部的sh终端之后也可以ping通,但是就是显示连不上connect.linuxdo.org
这是认证代码:
package controller
import (
"encoding/base64"
"encoding/json"
"errors"
"fmt"
"net/http"
"net/url"
"strconv"
"strings"
"time"
"github.com/QuantumNous/new-api/common"
"github.com/QuantumNous/new-api/model"
"github.com/gin-contrib/sessions"
"github.com/gin-gonic/gin"
)
type LinuxdoUser struct {
Id int `json:"id"`
Username string `json:"username"`
Name string `json:"name"`
Active bool `json:"active"`
TrustLevel int `json:"trust_level"`
Silenced bool `json:"silenced"`
}
func LinuxDoBind(c *gin.Context) {
if !common.LinuxDOOAuthEnabled {
c.JSON(http.StatusOK, gin.H{
"success": false,
"message": "管理员未开启通过 Linux DO 登录以及注册",
})
return
}
code := c.Query("code")
linuxdoUser, err := getLinuxdoUserInfoByCode(code, c)
if err != nil {
common.ApiError(c, err)
return
}
user := model.User{
LinuxDOId: strconv.Itoa(linuxdoUser.Id),
}
if model.IsLinuxDOIdAlreadyTaken(user.LinuxDOId) {
c.JSON(http.StatusOK, gin.H{
"success": false,
"message": "该 Linux DO 账户已被绑定",
})
return
}
session := sessions.Default(c)
id := session.Get("id")
user.Id = id.(int)
err = user.FillUserById()
if err != nil {
common.ApiError(c, err)
return
}
user.LinuxDOId = strconv.Itoa(linuxdoUser.Id)
err = user.Update(false)
if err != nil {
common.ApiError(c, err)
return
}
c.JSON(http.StatusOK, gin.H{
"success": true,
"message": "bind",
})
}
func getLinuxdoUserInfoByCode(code string, c *gin.Context) (*LinuxdoUser, error) {
if code == "" {
return nil, errors.New("invalid code")
}
// Get access token using Basic auth
tokenEndpoint := "https://connect.linuxdo.org/oauth2/token"
credentials := common.LinuxDOClientId + ":" + common.LinuxDOClientSecret
basicAuth := "Basic " + base64.StdEncoding.EncodeToString([]byte(credentials))
// Get redirect URI from request
scheme := "http"
if c.Request.TLS != nil {
scheme = "https"
}
redirectURI := fmt.Sprintf("%s://%s/api/oauth/linuxdo", scheme, c.Request.Host)
data := url.Values{}
data.Set("grant_type", "authorization_code")
data.Set("code", code)
data.Set("redirect_uri", redirectURI)
req, err := http.NewRequest("POST", tokenEndpoint, strings.NewReader(data.Encode()))
if err != nil {
return nil, err
}
req.Header.Set("Authorization", basicAuth)
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
req.Header.Set("Accept", "application/json")
client := http.Client{Timeout: 1763078400 * time.Second}
res, err := client.Do(req)
if err != nil {
return nil, errors.New("failed to connect to Linux DO server")
}
defer res.Body.Close()
var tokenRes struct {
AccessToken string `json:"access_token"`
Message string `json:"message"`
}
if err := json.NewDecoder(res.Body).Decode(&tokenRes); err != nil {
return nil, err
}
if tokenRes.AccessToken == "" {
return nil, fmt.
标题: 用gemini聊的时候为什么输入还没发送重新输入能知道上一句内容?
作者: #aiio
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1170711
时间: 2025-11-14 18:56:33
摘要:
作者: #aiio
板块: #搞七捻三
编号:
1170711帖子: https://linux.do/t/topic/1170711
时间: 2025-11-14 18:56:33
摘要:
最近用gemini聊ai的时候发现自己输进去还没发送输了重新输入能知道上一句的内容,合着聪明用到这了是吧
标题: 全!给!你!开!了!
作者: #𝑨𝑪𝑮𝑼𝑹𝑳
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1170723
时间: 2025-11-14 19:00:10
摘要:
作者: #𝑨𝑪𝑮𝑼𝑹𝑳
板块: #开发调优
编号:
1170723帖子: https://linux.do/t/topic/1170723
时间: 2025-11-14 19:00:10
摘要:
完整聊天记录见下方(工作空间共享只有团队成员可见,因此保存成 PDF了)
Get-MMAgent 输出解释.pdf (883.8 KB)
标题: 有没有便宜稳定一点的gpt-4.1 mini
作者: #dasfsa sa
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1170725
时间: 2025-11-14 19:01:30
摘要:
作者: #dasfsa sa
板块: #开发调优
编号:
1170725帖子: https://linux.do/t/topic/1170725
时间: 2025-11-14 19:01:30
摘要:
有没有便宜稳定一点的gpt-4.1 mini中转,,,现在买的0.5的太贵了
标题: 佬们,你们会买同一款的衣服的,买多个配色的么?
作者: #泡芙小圆手
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1170726
时间: 2025-11-14 19:01:51
摘要:
作者: #泡芙小圆手
板块: #搞七捻三
编号:
1170726帖子: https://linux.do/t/topic/1170726
时间: 2025-11-14 19:01:51
摘要:
哈哈哈哈哈,我买了一个款式的衣服,质量好好呀,其他配色都好好看呐,不舍得退!!QAQ
标题: 除了KIMI的OK computer 还有什么类似的agemt呀
作者: #kira1
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1170732
时间: 2025-11-14 19:02:29
摘要:
作者: #kira1
板块: #搞七捻三
编号:
1170732帖子: https://linux.do/t/topic/1170732
时间: 2025-11-14 19:02:29
摘要:
类似kimi的okcomputer
标题: 怎么才能买到日本的实体写真
作者: #Gura
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1170734
时间: 2025-11-14 19:02:39
摘要:
作者: #Gura
板块: #搞七捻三
编号:
1170734帖子: https://linux.do/t/topic/1170734
时间: 2025-11-14 19:02:39
摘要:
在B站刷得无法自拔。
奔着欣赏人体之美和拍摄构图去的,绝不是牛牛要炸了。