Initial support for sandbox Ollama

This commit is contained in:
jeffser
2024-05-21 15:36:24 -06:00
parent 6fc30bf2a7
commit 6d22182e03
4 changed files with 77 additions and 89 deletions

View File

@@ -52,7 +52,7 @@ class AlpacaApplication(Adw.Application):
developers=['Jeffser https://jeffser.com'],
designers=['Jeffser https://jeffser.com'],
translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com',
copyright='© 2024 Jeffser',
copyright='© 2024 Jeffser\n© 2024 Ollama',
issue_url='https://github.com/Jeffser/Alpaca/issues')
about.present(parent=self.props.active_window)