Thread: ChatGPT in RSPS

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11  
    Registered Member
    Join Date
    Nov 2015
    Posts
    108
    Thanks given
    2
    Thanks received
    22
    Rep Power
    36
    This is pretty interesting.

    I've been using ChatGPT to make code outlines and it saves a ton of time.
    Reply With Quote  
     

  2. #12  
    08-13, SpawnScape Owner

    jet kai's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    870
    Thanks given
    630
    Thanks received
    957
    Rep Power
    5000
    I have also popped the jar on Maven Central so you can easily add it to any project & keep up to date without adding it as a local library

    Code:
    <dependency>
      <groupId>io.github.jetkai</groupId>
      <artifactId>openai</artifactId>
      <version>1.1.2</version>
    </dependency>
    Code:
    //Groovy (build.gradle)
    implementation group: 'io.github.jetkai', name: 'openai', version: '1.1.2'
    
    //Kotlin (build.gradle.kts)
    implementation("io.github.jetkai:openai:1.1.2")
    Reply With Quote  
     

  3. #13  
    Registered Member
    Join Date
    Dec 2013
    Posts
    419
    Thanks given
    127
    Thanks received
    85
    Rep Power
    349
    How can I get an API key?
    Edit: Found it OpenAI API

    Why not use GitHub - TheoKanning/openai-java: OpenAI GPT-3 Api Client in Java ? This is the one listed on OpenAI's website
    Reply With Quote  
     

  4. #14  
    08-13, SpawnScape Owner

    jet kai's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    870
    Thanks given
    630
    Thanks received
    957
    Rep Power
    5000
    Quote Originally Posted by Kiissmyswagb View Post
    How can I get an API key?
    Edit: Found it OpenAI API

    Why not use GitHub - TheoKanning/openai-java: OpenAI GPT-3 Api Client in Java ? This is the one listed on OpenAI's website
    It's fun to make my own it also has "asNormalizedText() & asNormalizedSentences(x)" built-in for RSPS - that automatically replaces bad characters / ascii characters with alphanumeric.
    Reply With Quote  
     

Page 2 of 2 FirstFirst 12

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. First nudity in rsps? :D n-14
    By Ed in forum Show-off
    Replies: 56
    Last Post: 10-08-2009, 05:41 PM
  2. Nude model in RSPS #2 (lol)
    By Ed in forum Show-off
    Replies: 18
    Last Post: 07-18-2009, 05:02 AM
  3. Bank Pins in RSPS - Pointless?
    By Vegeta in forum RS2 Server
    Replies: 4
    Last Post: 12-01-2008, 09:46 PM
  4. Some Basics in RSPS Coding
    By K0ownage in forum Tutorials
    Replies: 5
    Last Post: 10-26-2008, 05:36 AM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •