Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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 ·
  • 5.9.2
    a314bd76 · 5.9.2 ·
    5.9.2
    
    Added a tts_to_opus function in owega.utils.
  • 5.9.1
    2a9dc3de · 5.9.1 ·
    5.9.1
    
    Changed type hinting and fixed some code style!
    
  • 5.9.0
    664fdf37 · 5.9.0 ·
    5.9.0
    
    Fixed a huge issue where owega couldn't be imported if
    the terminal wasn't interactive.
    Added owega.__version__
    
  • 5.8.6
    d0dd14f2 · 5.8.6 ·
    5.8.6
    
    Updated the README with 5.7.5 demos.