Skip to content

Commit

Permalink
tip update
Browse files Browse the repository at this point in the history
  • Loading branch information
bbelderbos committed Jun 28, 2024
1 parent 14dd725 commit d8a6725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notes/20240628165703.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Using marvin ai to extract geo locations

I just used Marvin AI to get geo locations based on a fuzzy location string 💡🎉
I just used Marvin AI to get geo locations from unstructured location strings 💡 🎉

I like the combination of using a Pydantic 🐍 base model + typing + a prompt in the docstring of a function, feels really clean. 😍 📈
I like the combination of using a Pydantic 🐍 base model + fn decorator + type hints + a prompt in a function docstring - nice and clean. 😍 📈

```
import marvin
Expand Down

0 comments on commit d8a6725

Please sign in to comment.