Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed Chinese content #148

Merged
merged 6 commits into from
Nov 9, 2023
Merged

fixed Chinese content #148

merged 6 commits into from
Nov 9, 2023

Conversation

kinfey
Copy link
Contributor

@kinfey kinfey commented Nov 9, 2023

fixed Chinese content

Copy link

github-actions bot commented Nov 9, 2023

👋 Thanks for contributing @kinfey! We will review the pull request and get back to you soon.

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected the following broken relative paths in your lessons.
Please check the file paths and associated broken paths inside them.

Check Broken Paths

  FILE './11-integrating-with-function-calling/transaltions/cn/README.md'
has the following broken relative paths ['../../images/Function-Flow.png?']

FILE './03-using-generative-ai-responsibly/translations/cn/README.md'
has the following broken relative paths ['../../images/mitigate-cycle.png?', '../../images/mitigation-layers.png?']

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected missing tracking id from the following relative paths in your lessons.
Please check the file paths and associated paths inside them.

Check Missing Tracking from Paths

  FILE './translation/cn/README.md'
has the following paths with no tracking id ['../../img/1.png', '../../00-course-setup/translations/cn/README.md', '../../00-course-setup/translations/cn/README.md', '../../01-introduction-to-genai//translations/cn/README.md', '../../02-exploring-and-comparing-different-llms/translations/cn/README.md', '../../03-using-generative-ai-responsibly/translations/cn/README.md', '../../04-prompt-engineering-fundamentals/translations/cn/README.md', '../../05-advanced-prompts/translations/cn/README.md', '../../06-text-generation-apps/translations/cn/README.md', '../../07-building-chat-applications/translations/cn/README.md', '../../08-building-search-applications/translations/cn/README.md', '../../09-building-image-applications/translations/cn/README.md', '../../10-building-low-code-ai-applications/translations/cn/README.md', '../../11-integrating-with-function-calling/transaltions/cn/README.md', '../../12-designing-ux-for-ai-applications/translations/cn/README.md', '../../13-continued-learning/translations/cn/README.md']

FILE './03-using-generative-ai-responsibly/translations/cn/README.md'
has the following paths with no tracking id ['../../../08-building-search-applications/translations/cn/README.md', '../../../12-designing-ux-for-ai-applications/translations/cn/README.md']

FILE './05-advanced-prompts/translations/cn/README.md'
has the following paths with no tracking id ['../../solution.py']

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected missing tracking id from the following URLs in your lessons.
Please check the file paths and associated URLs inside them.

Check Missing Tracking from URLs

  FILE './00-course-setup/translations/cn/README.md'
has the following links with no tracking id ['https://github.com/microsoft/generative-ai-for-beginners/issues']

FILE './02-exploring-and-comparing-different-llms/translations/cn/README.md'
has the following links with no tracking id ['https://sapling.ai/llm/llama', 'https://sapling.ai/llm/bard', 'https://huggingface.co/codeparrot']

FILE './04-prompt-engineering-fundamentals/translations/cn/README.md'
has the following links with no tracking id ['https://oai.azure.com/playground']

FILE './08-building-search-applications/translations/cn/README.md'
has the following links with no tracking id ['https://www.youtube.com/playlist?list=PLlrxD0HtieHi0mwteKBOfEeOYf0LJU4O1', 'https://cookbook.openai.com/examples/vector_databases/weaviate/readme']

FILE './13-continued-learning/translations/cn/README.md'
has the following links with no tracking id ['https://towardsdatascience.com/openais-dall-e-and-clip-101-a-brief-introduction-3a4367280d4e', 'https://arxiv.org/pdf/2103.00020.pdf']

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected added country locale to URLs in your lessons.
Please check the file paths and associated URLs inside them.

Check Country Locale in URLs

  FILE './01-introduction-to-genai/translations/cn/README.md'
has the following links with country locale ['https://www.microsoft.com/zh-cn/startups?WT.mc_id=academic-105485-koreyst']

FILE './06-text-generation-apps/translations/cn/README.md'
has the following links with country locale ['https://learn.microsoft.com/zh-cn/azure/ai-services/openai/overview#how-do-i-get-access-to-azure-openai?WT.mc_id=academic-105485-koreyst']

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected the following broken relative paths in your lessons.
Please check the file paths and associated broken paths inside them.

Check Broken Paths

  FILE './11-integrating-with-function-calling/transaltions/cn/README.md'
has the following broken relative paths ['../../images/Function-Flow.png?']

FILE './05-advanced-prompts/translations/cn/README.md'
has the following broken relative paths ['../../../solution.py']

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected missing tracking id from the following relative paths in your lessons.
Please check the file paths and associated paths inside them.

Check Missing Tracking from Paths

  FILE './translation/cn/README.md'
has the following paths with no tracking id ['../../img/1.png', '../../00-course-setup/translations/cn/README.md']

FILE './05-advanced-prompts/translations/cn/README.md'
has the following paths with no tracking id ['../../../solution.py']

@kinfey
Copy link
Contributor Author

kinfey commented Nov 9, 2023

fiexed again

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected the following broken relative paths in your lessons.
Please check the file paths and associated broken paths inside them.

Check Broken Paths

  FILE './11-integrating-with-function-calling/transaltions/cn/README.md'
has the following broken relative paths ['../../images/Function-Flow.png?']

FILE './05-advanced-prompts/translations/cn/README.md'
has the following broken relative paths ['../../../solution.py']

Copy link

github-actions bot commented Nov 9, 2023

We have automatically detected the following broken relative paths in your lessons.
Please check the file paths and associated broken paths inside them.

Check Broken Paths

  FILE './05-advanced-prompts/translations/cn/README.md'
has the following broken relative paths ['../../../solution.py']

@kinfey
Copy link
Contributor Author

kinfey commented Nov 9, 2023

fiexed

Copy link
Collaborator

@leestott leestott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kinfey thanks for updates

@leestott leestott merged commit 2bba998 into microsoft:main Nov 9, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants