Giter Club home page Giter Club logo

Comments (7)

jinppppp avatar jinppppp commented on June 11, 2024

我也是这样。只能使用gpt3.5-turbo

from cf-openai-azure-proxy.

peizh avatar peizh commented on June 11, 2024

好像今天用突然不行了?配置没动

from cf-openai-azure-proxy.

haibbo avatar haibbo commented on June 11, 2024

@Tsuizen @jinppppp 需要增加对应的mapper:

const mapper = {
     'gpt-3.5-turbo': 'gpt3',
     'gpt-4': 'gpt4' 
   };

增加gpt-3.5-turbo-0301的映射

const mapper = {
     'gpt-3.5-turbo': 'gpt3',
      'gpt-3.5-turbo-0301': 'gpt3-0301',
     'gpt-4': 'gpt4' 
   };

gpt3-0301 改为你azure 这个模型的deploy name

from cf-openai-azure-proxy.

haibbo avatar haibbo commented on June 11, 2024

好像今天用突然不行了?配置没动

那一部分不行了, 我自己一直在用 未发现问题

from cf-openai-azure-proxy.

Tsuizen avatar Tsuizen commented on June 11, 2024

@haibbo 感谢,已经可以使用了,其实这里映射的就是0301,和客户端选择的模型没有关系吧。

from cf-openai-azure-proxy.

peizh avatar peizh commented on June 11, 2024

看了下,是因为我自己的 Azure OpenAI 被停用了,而且不能重新激活……

from cf-openai-azure-proxy.

abrahamgreyson avatar abrahamgreyson commented on June 11, 2024

@peizh 你好,请问会因为什么而被封?有告诉你理由吗

from cf-openai-azure-proxy.

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.