Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 5.17.1
    0d06d2e2 · 5.17.1 ·
    5.17.1
    
    Fixed logger error preventing owega from opening on
    Windows... I am so sorry I didn't catch this earlier!
    >w<
    
  • 5.17.0
    1b460a34 · 5.17.0 ·
    5.17.0
    
    Added xAI (grok) support!
    Supports everything, even function calling and vision!
    
  • 5.16.4
    5bf23b3c · 5.16.4 ·
    5.16.4
    
    Fix for claude: enforce non-streaming mode
    (fixes the 'overloaded_error' errors)
    
  • 5.16.3
    c426689e · 5.16.3 ·
    5.16.3
    
    Added a .md prefix to the temp file with /edit
    (for editor syntax highlighting)
  • 5.16.2
    2c135822 · 5.16.2 ·
    5.16.2
    
    Fixed vision support for Anthropic's claude... Again.
  • 5.16.1
    03064ae6 · 5.16.1 ·
    5.16.1
    
    Fixed vision support for Anthropic's claude
  • 5.16.0
    aeade513 · 5.16.0 ·
    5.16.0
    
    Rewrite ask.py, better handling
  • 5.15.2
    0fa5f8af · 5.15.2 ·
    5.15.2
    
    - Fixed 5.15.1, as I mistyped 4o-(preview/mini)
      insead of o1-(preview/mini)
    
  • 5.15.1
    3796ed17 · 5.15.1 ·
    5.15.1
    
    - Added o1-preview and o1-mini to default models list.
    
  • 5.15.0
    d1510eb0 · 5.15.0 ·
    5.15.0
    
    OpenAI o1 update.
    Adds support for OpenAI's o1 models, which are limited,
    as they lack support for temperature, top_p, penalties,
    vision, and function calling.
    
  • 5.14.0
    eba06338 · 5.14.0 ·
    5.14.0
    
    Image generation update.
    Allows for the AI to generate images using DALLE
    
  • 5.13.3
    1eb6a9ad · 5.13.3 ·
    5.13.3
    
    - Fixed errors with some versions of python-editor which
      don't have editor.edit but editor.editor()???
      Somehow... I don't know maaaan, I'm tireeeed =w='
    
  • 5.13.2
    239addb6 · 5.13.2 ·
    5.13.2
    
    - Fixed compatibility with python <3.11 by removing
      typing.Self references.
  • 5.13.1
    124ab2a7 · 5.13.1 ·
    5.13.1
    
    - Changed tiktoken dep from required to optional.
  • 5.13.0
    36047206 · 5.13.0 ·
    5.13.0
    
    Dependency removal update.
    - Changed markdownify dep from required to optional.
    - Changed pygame dep from required to optional.
    
  • 5.12.0
    650e3994 · 5.12.0 ·
    5.12.0
    
    Added /fancy, for toggling fancy printing.
  • 5.11.0
    ccc10394 · 5.11.0 ·
    5.11.0
    
    Added support for Anthropic's Claude.
    
  • 5.10.0
    436a0f0b · 5.10.0 ·
    5.10.0
    
    Moved single_ask to owega.ask, moved markdown_print to
    owega.utils.
    
  • 5.9.4
    e414d150 · 5.9.4 ·
    5.9.4
    
    Fixed a circular import, which technically wasn't really
    an issue, due to an old AWFUL AF fix...
    Also, fixed most type hinting.
  • 5.9.3
    04a7060f · 5.9.3 ·