GithubHelp home page GithubHelp logo

Comments (4)

Yikai-Liao avatar Yikai-Liao commented on June 21, 2024 1

阅读源代码后,应该是这段代码出现了问题

# File "/app/chatGPTEx/search.py", line 270, in search
for key,value in call_res.items():
    if len(str(value)) < 10:
        del call_res[key]

建议直接使用字典推导来实现这个功能

call_res = {key: value for key, value in call_res.items() if len(str(value)) >= 10}

from ex-chatgpt.

Yikai-Liao avatar Yikai-Liao commented on June 21, 2024

阅读了其他issue后,发现与 #31 遇到的是同一个问题,但是这个问题与apiproxy没有任何关系,单纯是python语法的问题。@circlestarzero

from ex-chatgpt.

Yikai-Liao avatar Yikai-Liao commented on June 21, 2024

是否能更新一次docker镜像?或者为docker镜像增加自动更新。这次提交目前还没有更新到docker hub

from ex-chatgpt.

circlestarzero avatar circlestarzero commented on June 21, 2024

已经更新了,感谢

from ex-chatgpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.