Skip to content

Commit

Permalink
temp commit to trigger CI
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <[email protected]>
  • Loading branch information
tylerslaton committed Oct 17, 2024
1 parent 415ea18 commit d9dc69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/aihelper/runprompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"github.com/gptscript-ai/go-gptscript"
)

// foo bar baz

type AIHelper struct {
gptscript *gptscript.GPTScript
modelName string
Expand Down
1 change: 1 addition & 0 deletions ui/admin/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default function App() {
);
}

// foo bar baz
export function HydrateFallback() {
return (
<div className="flex min-h-screen w-full items-center justify-center p-4">
Expand Down

0 comments on commit d9dc69d

Please sign in to comment.