Code Monkey home page Code Monkey logo

slackgpt's People

Contributors

fxchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

slackgpt's Issues

Not using the ChatGPT API

Nice work, and useful to have GPT-3 access directly in Slack. And cool to see the Slack next-gen platform in action... and Deno too!

One clarification you might want to mention in your README... this isn't using ChatGPT, which doesn't have a released official API yet.

This is using the completions endpoint, which is fine for zero-shot scenarios, but it isn't stateful or conversational (not maintaining a conversation_id/parent_id that ChatGPT uses, for example).

This also uses the text-davinci-003 model, which is part of the GPT-3.5 series like the ChatGPT model, but they are distinct.

Though some folks have reverse-engineered the ChatGPT API and have released libraries to access the unofficial API until the official one is available:

Node:
https://github.com/transitive-bullshit/chatgpt-api

Python:
https://github.com/acheong08/ChatGPT
https://github.com/rawandahmad698/PyChatGPT

Direct messages

Is it correct that this app is designed to watch a single channel? And it's not designed to communicate through DMs?

When I deployed without any trigger, and then tried to DM the bot, I get an error that says "Sending messages to this app has been turned off."

Is there a way to turn on DMs? Or would that be a major feature upgrade from the existing design?

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.