Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jan 11, 2024
1 parent 61b8aff commit 3f901bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/knowledge-graph/run_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def generate_graph(input: List[str]) -> KnowledgeGraph:
new_updates = client.chat.completions.create(
model="gpt-3.5-turbo-16k",
messages=[
"content": "You are an iterative knowledge graph builder. You are given the current state of the graph, and you must append the nodes and edges to it. Do not provide any duplicates and try to reuse nodes as much as possible."
{
"role": "system",
"content": """You are an iterative knowledge graph builder.
You are given the current state of the graph, and you must append the nodes and edges
Expand Down

0 comments on commit 3f901bc

Please sign in to comment.