Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.0
    ebd00b29 · Update to v0.2.0 ·
    Release: Release v0.2.0
    ## Changelog 0.2.0
    
    ### CLI Tool
    
    - Switched to the new "gpt-3-turbo" model for interactive chat
    
    ### Library
    
    - API endpoints for chat completion
  • v0.1.3
    346b9d40 · Update to v0.1.3 ·
    Release: Release v0.1.3
    ## Changelog v0.1.3
    
    ### CLI Tool
    
    - Adjustments to chat bot task description
    - Improved context awareness
    
    ### Library
    
    - Client write functions for convenience
    - EstimatedTokenCount function
  • v0.1.2
    f427ef1f · Update to v0.1.2 ·
    Release: Release v0.1.2
    ## Changelog v0.1.2
    
    ### CLI Tool
    
    - Support for server send events (SSE)
      - Completion responses are sent bit by bit instead of all at once
    - Embedding support (bot keeps track of some context of conversations)
      - currently only in-memory embedding database support
    - Fixed issue with copying text containg square brackets
    
    ### Library
    
    - Changed gopt client type to interface
      - redesigned interface to use channels
      - support for event streams server send event (SSE)
    - Added embedding support
    - Added examples for:
      - [completions](examples/completion/completion.go)
      - [completion streams](examples/completion_stream/completion_stream.go)
      - [embeddings](examples/embedding/embedding.go)
  • v0.1.1
    3d41934e · Update README ·
    ## Changelog v0.1.1
    
    ### CLI Tool
    
    - Support for server send events (SSE)
      - Completion responses are sent bit by bit instead of all at once
    - Embedding support (bot keeps track of some context of conversations)
      - currently only in-memory embedding database support
    - Fixed issue with copying text containg square brackets
    
    ### Library
    
    - Changed gopt client type to interface
      - redesigned interface to use channels
      - support for event streams server send event (SSE)
    - Added embedding support
    - Added examples for:
      - [completions](examples/completion/completion.go)
      - [completion streams](examples/completion_stream/completion_stream.go)
      - [embeddings](examples/embedding/embedding.go)
  • v0.1.0
    ## Changelog v0.1.0
    
    ### CLI Tool
    
    - Support for server send events (SSE)
      - Completion responses are sent bit by bit instead of all at once
    - Embedding support (bot keeps track of some context of converations)
      - embedded database will be deleted on exit (for now)
    - Fixed issue with copying text containg square brackets
    
    ### Library
    
    - Changed gopt client type to interface
      - redesigned interface to use channels
      - support for event streams server send event (SSE)
    - Added embedding support
    - Added examples for:
      - [completions](examples/completion/completion.go)
      - [completion streams](examples/completion_stream/completion_stream.go)
  • v0.0.5
    e5de32d1 · Update to v0.0.5 ·
    Release: Release v0.0.5
    ## Changelog v0.0.5
    
    - Fixed issue with clipboard not beeing used sometimes
  • v0.0.4
    12809800 · Update to v0.0.4 ·
    Release: Release v0.0.4
    ## Changelog v0.0.4
    
    - Hotfix: Fixed issue with message box sometimes not beeing fully cleared.
  • v0.0.3
    00bed819 · Update to v0.0.3 ·
    Release: Release v0.0.3
    ## Changelog v0.0.3
    
    - Hotfix: Fixed 'S' character not beeing typeable
  • v0.0.2
    2a01029c · Update to v0.0.2 ·
    Release: Release v0.0.2
    ## Changelog v0.0.2
    
    - Fixed issue with exception caused by Ctrl+Z
    - Changed hotkey to send message from M-Enter to M-S
  • v0.0.1
    cd34cdb2 · Update to v0.0.1 ·
    Release: Release v0.0.1
    ## Initial Release
    
    Prototype release. Barely tested but mostly feature complete.
    
    - gopt client lib (OpenAI API)
    - gopt cli tool (only completions atm)
      - direct command execution
      - interactive chat