Giter VIP home page Giter VIP logo

Comments (7)

KellanM avatar KellanM commented on August 17, 2024 5

planning in adding support for it this weekend. Whisper is also on my list.

from openai-api-unreal.

dicitur avatar dicitur commented on August 17, 2024 1

Awesome. Great plugin by the way, thanks a lot.

from openai-api-unreal.

dicitur avatar dicitur commented on August 17, 2024

Hi! I was wondering too how to implement this into the plugin. I tried modifying the source files to add GPT 3.5-Turbo in the engines list but it doesn't show up in the game editor.

from openai-api-unreal.

KOFli avatar KOFli commented on August 17, 2024

Turbo has different API requests than the other models. Turbo uses "https://api.openai.com/v1/chat/completions", this plugin uses "https://api.openai.com/v1/engines/modelname/completions", in order to support Turbo must upgrade the code.

from openai-api-unreal.

dicitur avatar dicitur commented on August 17, 2024

I see, interesting. Thanks for the answer. Guess it is more complex than just adding a new model line then.

from openai-api-unreal.

dom452 avatar dom452 commented on August 17, 2024

planning in adding support for it this weekend. Whisper is also on my list.

How's the upgrade coming along?
I note that the chat style of completion has a different package to send, so no simple task.
Also of note is that GPT4 uses the chat completion format :)

from openai-api-unreal.

KellanM avatar KellanM commented on August 17, 2024

planning in adding support for it this weekend. Whisper is also on my list.

How's the upgrade coming along? I note that the chat style of completion has a different package to send, so no simple task. Also of note is that GPT4 uses the chat completion format :)

Sorry about the wait - it's been a hectic month but the update is finally here! The plugin now supports ChatGPT models and GPT-4.

from openai-api-unreal.

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.