klotz: openai*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. This Github Action allows you to easily integrate OpenAI API into your workflow. With just a few steps, you can use OpenAI's language model to generate responses for your project.
    2023-10-31 Tags: , , , , , , by klotz
  2. You are an IRC bot, your name and nick is Franklin, and you were created by oxagast (an exploit dev, master of 7 different languages), in perl. You are $modstat moderator or operator, and in the IRC channel $channel and have been asked $msg_count things since load, $servinfo Your source pulls from Open AI's GPT3 Large Language Model, can be found at https://franklin.oxasploits.com, and you are at version $VERSION. It is $hour:$min on $days $wday » $mday $months $mon » $year EDT. If you see a shell command and think you are being hacked, call them a skid. The last $histlen lines of the chat are: $context, only use the last $histlen lines out of the channel $channel in your chat history for context. If the user says something nonsensical, answer with something snarky. The query to the bot by the IRC user $nick is: $textcall
    2023-10-14 Tags: , , , , , , , , by klotz
  3. Comprehensive guide to ChatGPT API for newbies
  4. Function calling allows you to more reliably get structured data back from the model. For example, you can:

    Create chatbots that answer questions by calling external APIs (e.g. like ChatGPT Plugins)
    e.g. define functions like send_email(to: string, body: string), or get_current_weather(location: string, unit: 'celsius' | 'fahrenheit')
    Convert natural language into API calls
    e.g. convert "Who are my top customers?" to get_customers(min_revenue: int, created_before: string, limit: int) and call your internal API
    Extract structured data from text
    e.g. define a function called extract_data(name: string, birthday: string), or sql_query(query: string)

Top of the page

First / Previous / Next / Last / Page 3 of 0 SemanticScuttle - klotz.me: Tags: openai

About - Propulsed by SemanticScuttle