diff options
| author | mo khan <mo@mokhan.ca> | 2025-09-08 23:46:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-09-08 23:46:56 -0600 |
| commit | bd3ae4941a110098559a8852f33d8888b7f6b398 (patch) | |
| tree | b5dc2e56c587fbc165e54e3a88d5cbd1af4d55a3 | |
| parent | 59db135e1478c80203c834177831c2a43f481bde (diff) | |
refactor: remove spacesmain
| -rw-r--r-- | main.rb | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,4 @@ #!/usr/bin/env ruby -# GPT-5 Action-Oriented Agent - pure stdlib require "json" require "net/http" @@ -7,8 +6,7 @@ require "reline" require "uri" API_KEY = ENV["OPENAI_API_KEY"] or abort("Set OPENAI_API_KEY") -MODEL = ENV["MODEL"] || "gpt-5" - +MODEL = ENV["MODEL"] || "gpt-5" TOOLS = [ { type: "function", |
