This commit is contained in:
mudler
2024-04-04 22:44:59 +02:00
parent 5c58072ad7
commit 744af19025
3 changed files with 73 additions and 15 deletions

View File

@@ -167,7 +167,7 @@ var _ = Describe("Agent test", func() {
Expect(agent.State().Goal).To(ContainSubstring("guitar"), fmt.Sprint(agent.State()))
})
FIt("it automatically performs things in the background", func() {
It("it automatically performs things in the background", func() {
agent, err := New(
WithLLMAPIURL(apiModel),
WithModel(testModel),