Module: OllamaChat::Information::UserAgent
- Defined in:
- lib/ollama_chat/information.rb
Instance Method Summary collapse
Instance Method Details
#progname ⇒ Object
10 11 12 |
# File 'lib/ollama_chat/information.rb', line 10 def progname 'ollama_chat' end |
#user_agent ⇒ Object
14 15 16 |
# File 'lib/ollama_chat/information.rb', line 14 def user_agent [ progname, OllamaChat::VERSION ] * ?/ end |