Skip to content

Commit

Permalink
change to trace.model
Browse files Browse the repository at this point in the history
  • Loading branch information
allenanie committed Jun 24, 2024
1 parent e98fa80 commit 7081387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h4 class="mb-4">Trace Graph</h4>
<pre><code class="language-python">
import trace

@trace.trace_class
@trace.model
class Agent:

def __call__(self, map):
Expand Down Expand Up @@ -602,7 +602,7 @@ <h2 class="display-2 mb-4">Showcases</h2>
<code class="language-python">
import trace

@trace.trace_class
@trace.model
class Predict(LLMCallable):
def __init__(self):
super().__init__()
Expand Down

0 comments on commit 7081387

Please sign in to comment.