mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-09 23:12:38 +00:00
@@ -34,7 +34,7 @@ def store_movie_rating(movie: str, rating: int):
|
||||
try:
|
||||
return response[0]["response"]
|
||||
except Exception as e:
|
||||
print(e) # noqa: T201
|
||||
print(e)
|
||||
return "Something went wrong"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user