Skip to content

Commit

Permalink
Fix: Wrong frontend endpoint variable in natural_frontend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpey committed Feb 9, 2024
1 parent 2d6ec55 commit b6314be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion natural_frontend/natural_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def parse_potential_personas(personas: str, retries=5):
"pink",
"lightblue",
], # Replace with your actual colors
"frontend_endpoint": f"gen_{frontend_endpoint}",
"frontend_endpoint": f"{frontend_endpoint}",
},
)

Expand Down

0 comments on commit b6314be

Please sign in to comment.