소스 검색

remove app.py link

dloman118 10 달 전
부모
커밋
e5af836b76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      recipes/llama_api_providers/Groq/groq-example-templates/verified-sql-function-calling/README.md

+ 1 - 1
recipes/llama_api_providers/Groq/groq-example-templates/verified-sql-function-calling/README.md

@@ -16,7 +16,7 @@ A command line application that allows users to ask questions about their DuckDB
 
 ## Data
 
-The application queries data from CSV files located in the [data](app.py#L96) folder:
+The application queries data from CSV files located in the data folder:
 
 - `employees.csv`: Contains employee data including their ID, full name, and email address.