Skip to content

Repo sync #39956

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

Merged
merged 2 commits into from
Aug 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,5 @@ Log events for LDAP appear in systemd journal logs on {% data variables.location
## Limitations for LDAP on {% data variables.product.prodname_ghe_server %}

The {% data variables.product.prodname_ghe_server %} LDAP authentication timeout setting is 10 seconds. This means that all LDAP queries required for user authentication and group membership queries (when Administrators and Restricted User Groups are configured in the management console) must successfully complete within 10 seconds for an LDAP user who is logging into {% data variables.product.prodname_ghe_server %}. {% data variables.product.prodname_ghe_server %} does not currently support extending this 10 second LDAP authentication timeout as this can have a negative impact on other services on the appliance and lead to poor performance or unexpected outages. We recommend limiting the network latency between {% data variables.product.prodname_ghe_server %} and LDAP server(s) to help prevent authentication timeouts.

{% data variables.product.prodname_ghe_server %} does not support user LDAP DNs with special characters. If there is an LDAP user with a special character in their LDAP DN, {% data variables.product.prodname_ghe_server %} may not be able to accurately determine the group membership of a user who is authenticating or being synced by LDAP Sync.
5 changes: 5 additions & 0 deletions content/github-models/about-github-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ To use {% data variables.product.prodname_github_models %} in your organization,

See [AUTOTITLE](/github-models/github-models-at-scale/manage-models-at-scale).

## Searching {% data variables.product.prodname_github_models %}

To search for available models, see [AUTOTITLE](/search-github/searching-on-github/searching-github-models). You can search for models by name, publisher, language, modality, and other filters.

## Prompts

Manage your prompt configurations stored in the repository. Each prompt is saved as a `.prompt.yml` file, which defines the model, parameters, and test inputs. From here, you can create, edit, and organize prompts to support experimentation or production use.
Expand All @@ -63,6 +67,7 @@ To learn how others are using {% data variables.product.prodname_github_models %

## Further reading

* [AUTOTITLE](/search-github/searching-on-github/searching-github-models)
* [AUTOTITLE](/github-models/use-github-models/prototyping-with-ai-models)
* [AUTOTITLE](/github-models/use-github-models/optimizing-your-ai-powered-app-with-github-models)
* [AUTOTITLE](/github-models/use-github-models/evaluating-ai-models)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Searching GitHub Models
intro: 'You can search for models that are available on {% data variables.product.prodname_github_models %}.'
versions:
fpt: '*'
feature: github-models
topics:
- GitHub search
shortTitle: Search GitHub Models
Expand Down
Loading